Welcome![Sign In][Sign Up]
Location:
Search - C RSA

Search list

[Crack HackRSA

Description: rsa算法的C语言代码实现,适合算法计算机学习研究者阅读-rsa for c program,suit for arithmetic study
Platform: | Size: 13312 | Author: jie | Hits:

[Crack HackRSA

Description: RSA算法实验报告和代码 1.选取两个素数p,q(不可相差悬殊) 2.计算n=pq,f(n)=(p-1)(q-1) 3.选取e,满足1<e<f(n),则gcd(e,f(n))=1 4.计算d,满足de=1 mod f(n)。一般d>=[n的四分之一方],(e,n)为公钥,(p,q,d)为私钥,将明文0,1序列分组,使每组十进制小于n。c=[m的e次方] mod n,m=[c的d次方] mod n。-RSA algorithm and code an experimental report. Choose two primes p, q (non-significant differences between) 2. Calculate n = pq, f (n) = (p-1) (q-1) 3. Select the e, to satisfy a <e<f(n),则gcd(e,f(n))=1 4.计算d,满足de=1 mod f(n)。一般d> = [n the fourth side], (e, n) for the public key, (p, q, d) for the private key will be expressly 0,1 sequence packet, so that each of the decimal is less than n. c = [m of the e-th power] mod n, m = [c of the d-th power] mod n.
Platform: | Size: 81920 | Author: jhp627 | Hits:

[Crack HackRSA

Description: 利用C语言编写的RSA加解密代码,实现了基本的RSA加解密过程,主要是大数运算的实现以及质数的求解-Written in C language using RSA encryption and decryption code, and to achieve the basic RSA encryption and decryption process, the key is the realization of operations of large numbers, as well as the number of solution quality
Platform: | Size: 618496 | Author: 佘曼桂 | Hits:

[Crack HackC-rsa

Description: 利用C语言编写的RSA加解密代码,实现了基本的RSA加解密过程,主要是大数运算的实现以及质数的求解-Written in C language using RSA encryption and decryption code, and to achieve the basic RSA encryption and decryption process, the key is the realization of operations of large numbers, as well as the number of solution quality
Platform: | Size: 618496 | Author: 佘曼桂 | Hits:

[Crack HackRSA

Description: 输入明文,用rsa算法加密,然后输出加密后的密文,再用此算法解密,输出解密后的明文。-Input plaintext, using rsa encryption algorithm, and then the output encrypted ciphertext, and then decrypt this algorithm, the output of the plaintext after decryption.
Platform: | Size: 817152 | Author: 陌生初熏 | Hits:

[CSharpRSA

Description: RSA encryption using private key and RSA decryption using public key. c sharp implementation.
Platform: | Size: 81920 | Author: mysteriousbangalor | Hits:

[Crack HackRSA

Description: software rsa 2048bit
Platform: | Size: 1024 | Author: amir | Hits:

[Crack HackResearch-And-Development-Of-RSA-File-Encryption.ra

Description: 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应用程序进行改进,对关键算法进行尽可能的优化,最终得到一个在windows运行的可以用指定密钥对任意文件进行RSA加密并可解密的完整应用程序,和一些相关的可移植组件。-Do research about the application area of RSA encryption and reason that RSA can be used for file encryption. Design a RSA file-encrypt solution and complete an application on Microsoft Windows™ . Design a C++ class based on normal RSA algorithm. And make a DLL module based on the class. Then complete a .Net Framework™ window-application using that DLL. The application can encrypt any file and decrypt them. The file after encryption can be saved as a text file. And the encryption-keys also can be saved as text.Provide pivotal classes chart, project description, core algorithm flowchart, all source code, and module interfaces document. Do application performance test and record the performance data. Analyze the result then optimize core algorithm and improve the application. Finally, create a practical application using RSA algorithm that can encrypt and decrypt any file. And several modules in the project can be reuse by other applications. For instance, the C++ class can be
Platform: | Size: 1044480 | Author: 张波 | Hits:

[Crack HackRSA

Description: 基于大数库miracl的RSA加解密算法,其中gen.c是产生密钥,encode.c是进行加密,decode.c是进行解密-Based on large numbers of RSA encryption and decryption library miracl algorithm, which gen.c is to generate the key, encode.c is encrypted, decode.c is to decrypt
Platform: | Size: 1372160 | Author: hbhb | Hits:

[Windows DevelopRSA

Description: C# RSA数字签名源代码,一般,我们可以用RSA算法生成一对密钥,公钥发放给外部客户,私钥自己保管-C# RSA digital signature source code, generally, we can use RSA algorithm to generate a pair of keys, public key issued to external customers, keeping their private key
Platform: | Size: 171008 | Author: 陆路 | Hits:

[Crack HackRSA

Description: RSA加密算法使用C语言实现,包含1个C程序,经过测试,可以运行。-RSA encryption algorithm using the C language, contains a C program, after testing, you can run.
Platform: | Size: 2048 | Author: 曹云青 | Hits:

[Crack HackRSA

Description: VC环境下实现的RSA算法!之上传了c源文件和头文件-RSA algorithm is realized in the VC environment!
Platform: | Size: 10240 | Author: kun | Hits:

[CA authrsa

Description: RSA 加密算法简单实现,c++编程,简单实用不 需任何修改 可运行-Simple implementation of RSA encryption algorithm, c++ programming, simple and practical to run without any modifications
Platform: | Size: 228352 | Author: joney | Hits:

[Crack Hackrsa-cpp

Description: RSA公钥加密算法是1977年由Ron Rivest、Adi Shamirh和LenAdleman在(美国麻省理工学院)开发的。RSA取名来自开发他们三者的名字。RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的所有密码攻击,已被ISO推荐为公钥数据加密标准。RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但那时想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。 -Public key encryption algorithm RSA in 1977 by Ron Rivest, Adi Shamirh and LenAdleman in (MIT) development. RSA name from the development of their three names. RSA is the most influential public-key encryption algorithm, it can resist all known password attack so far, has been recommended for ISO public key data encryption standard. RSA algorithm is based on a number of very simple fact: to multiply two large prime numbers is very easy, but then you want their product is extremely difficult to factorization, it can be the product of the public as the encryption key.
Platform: | Size: 8192 | Author: YCLIU | Hits:

[Crack Hackrsa

Description: RSA implementation in c-RSA implementation in c++
Platform: | Size: 2048 | Author: hamed555m | Hits:

[Crack Hackrsa

Description: RSA算法实现,用C++语言实现大数类的构建,可以实现RSA算法加解密文本文件及二进制文件及图像,速度较快-将中文译成英语 RSA algorithm, using C language class structure of large numbers, RSA algorithm for encryption and decryption can text file and binary files and images, faster
Platform: | Size: 1994752 | Author: dezheng | Hits:

[Crack Hackrsa

Description: 用c语言编写的RSA加密算法的完整工程,有详细中文注注释-Written by c RSA encryption algorithm of the complete works, with detailed notes in Chinese Note
Platform: | Size: 535552 | Author: li | Hits:

[Crack HackRSA

Description: 简单的C程序实现RSA加密过程,程序简单易懂,仅供参考!~-Simple C program to achieve RSA encryption process, the program is simple to understand for reference purposes only! ~
Platform: | Size: 435200 | Author: Nren | Hits:

[Linux-UnixRSA

Description: A RSA program in c language
Platform: | Size: 20480 | Author: NIRMAL KUMAR | Hits:

[Crack Hackcryptography-source-code-in-c

Description: 密码学各种加密程序算法,包括DES,AES,RSA等主要的加密算法-cryptography sourse code in C
Platform: | Size: 980992 | Author: 孙磊 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 36 »

CodeBus www.codebus.net